regexp.machine.match (method)

2 uses

	regexp (current package)
		exec.go#L175: func (m *machine) match(i input, pos int) bool {
		exec.go#L542: 	if !m.match(i, pos) {